<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

@font-face {

  font-family: 'BEBAS';

  src: url(../fonts/BEBAS.TTF);

}	

body{ font-size:100%;line-height:1.1; width:100%; position:relative; background:#2a2a2a;font-family: arial, "微软雅黑"; overflow-x:hidden; min-width:1280px; color:#fff;}

*{ padding:0; margin:0;}

img{ max-width:100%;}

#bdshare_weixin_qrcode_dialog *,#bdshare_weixin_qrcode_dialog{ box-sizing:content-box; }

.j_tab{ display:table; width:100%; height:100%;}

.j_tab_cel{ display:table-cell; vertical-align:middle; text-align:center; width:100%; height:100%;}

*{ margin:0; padding:0;}

h4, .h4, h5, .h5, h6, .h6,h1, .h1, h2, .h2, h3, .h3,p{ margin:0;}

h5{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

h5 a{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

img{ max-width:100%; max-height:100%;}

:focus { outline:none !important;z-index: 10000 }

input::-moz-focus-inner,

button::-moz-focus-inner {

    border: 0;

}

.m{ width:1200px; margin:0 auto; position: relative;}

/*===========================header=============================*/



.header_height{height: 100px;}

.index_body .header_height{display: none;}

.index_body .header{background: rgba(0,0,0,0.2)}

.header{ width:100%; height:100px; background:none; background:rgba(48,48,49,0); color: #fff; position:fixed; z-index:99999; transition:.5s; }

.header a{color: #eaeaea; font-size:16px; transition:.3s;}

.header h1{float: left;margin-top:28px; transition:.5s; }

.header h1 img{width: 100%;}

.header nav{float: right;position: relative; top:20px; transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s; }

.header nav&gt;ul&gt;li{float: left;height: 60px;line-height:60px;position: relative; width:96px;}

.header nav&gt;ul&gt;li&gt;a{ position: relative;display: block; color: #fff; font-size:16px; text-align:center;}

.header nav&gt;ul&gt;li+li:before{ content:""; display:none; width:1px; height:13px; background:rgba(255,255,255,.3); position:absolute; left:0; top:43px;}

.header nav&gt;ul&gt;li&gt;a&gt;em{position: absolute;left:50%; margin-left:-18px; bottom: 0; opacity:0; width:36px;height:2px;background:#d49d6e; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}

.header nav&gt;ul&gt;li&gt;span{display: none;cursor: pointer;}

.header nav&gt;ul&gt;li.on&gt;a&gt;em{ opacity:1; }

.header nav&gt;ul&gt;li:hover&gt;a&gt;em{ opacity:1;}





/*nav*/

.nav_list{background: rgba(0,0,0,0.5);padding: 10px 0;width:130px;left: 50%;position: absolute;top: 60px; margin-left: -65px; display: none; overflow:hidden;}

.nav_list li{height: 36px;line-height: 36px;text-align: center;}

.nav_list li a{ font-size:14px;}

.nav_list li a:hover{ color:#d49d6e;}

.top_tel{float:right;font-size:18px;font-weight:bold;padding-top: 40px;position:relative; transition:.5s;}

.top_tel:before{content:"";display: inline-block;width:1px;height:15px;background:rgba(255,255,255,.5);margin-right:27px;position:  relative;top: 2px;}

.top_tel img{ position:relative; margin-right:10px;}



.header.solid{ position:fixed; top:0; height:80px; background:#303031; background:rgba(48,48,49,1);}

.header.solid h1{ margin-top:17px;}

.header.solid nav{ top:10px;}

.header.solid .top_tel{ padding-top:31px;}



/* 主体开始*/

#s_mian{  }



.innerBox {

    position: relative;

    max-width: 1280px;

    padding: 0 40px;

    margin: 0 auto;

}

/*首页banner*/



.banner{ height:645px; width:100vw; position:relative;}

.banner  li{text-align:left; position:relative; }

.banner li .img{ position: relative; left:0; top:0; width:100%; height:645px; background-size:cover !important; z-index:8;  }	

#banner li img{ display:inline-block; margin-bottom:100px;}

#banner li .con{ position:absolute; width:100%; height:100%; top:0; left:0; z-index:999;}

#banner li .txt h4{ font-size:45px; color:#d49d6e; font-family:arial; text-transform:uppercase; transition:1.5s .6s; opacity:0; display:block; transform:translateY(60px);}

#banner li .txt h5{ font-size:45px; color:#fff; margin-top:20px; margin-bottom:40px; font-family:"思源黑体 CN","微软雅黑"; transition:1.5s .6s; opacity:0; display:block; transform:translateY(100px);}

#banner li .txt p{ font-size:20px; color:#fff; font-family:"思源黑体","微软雅黑"; letter-spacing:3px; transition:1.5s .6s; opacity:0; display:block; transform:translateY(140px);}

#banner li.slick-current .txt h4,#banner li.slick-current .txt h5,#banner li.slick-current .txt p{ transform:translateY(0px); opacity:1;}

#banner li.slick-current{ z-index:999;}

.banner .slick-arrow{ z-index:99; position:absolute; top:50%; margin-top:-23px; transform:translate(0,0); 

	display:block;

    width: 45px;

    height: 45px;}

.banner .slick-prev{ left:115px;

	background:url(../images/banner_left.png) left center no-repeat;

	transition:300ms;

	-webkit-transition:300ms;

	animation:moveL 2s linear infinite;

	}

	

.banner .slick-next{ right:115px;

	background:url(../images/banner_right.png) right center no-repeat;

	transition:300ms;

	-webkit-transition:300ms;

	animation:moveL 2s linear infinite;

	}



.slick-prev:before, .slick-next:before{ display:none;}

@keyframes moveL{

	0%{ transform:translateX(0); -webkit-transform:translateX(0);}

	25%{ transform:translateX(-3px); -webkit-transform:translateX(-3px);}

	50%{ transform:translateX(0); -webkit-transform:translateX(0); }

	75%{ transform:translateX(3px); -webkit-transform:translateX(3px); }

	100%{ transform:translateX(0); -webkit-transform:translateX(0);}

	}

@-webkit-keyframes moveL{

	0%{ transform:translateX(0); -webkit-transform:translateX(0);}

	25%{ transform:translateX(-3px); -webkit-transform:translateX(-3px);}

	50%{ transform:translateX(0); -webkit-transform:translateX(0); }

	75%{ transform:translateX(3px); -webkit-transform:translateX(3px); }

	100%{ transform:translateX(0); -webkit-transform:translateX(0);}

	}



.banner li .img{ position:relative; left:0; top:0; width:100%; background-size:cover !important; }

.banner li.slick-current .img{visibility: visible !important; -webkit-animation: bgscale2 5s forwards cubic-bezier(0.4, 0, 0.49, 0.93); animation: bgscale2 5s forwards cubic-bezier(0.4, 0, 0.49, 0.93);}

@-webkit-keyframes bgscale {

from { -webkit-transform: scale(1.05); transform: scale(1.05); }

to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

}

@keyframes bgscale {

from { -webkit-transform: scale(1.05); transform: scale(1.05); }

to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

}

@-webkit-keyframes bgscale2 {

from { opacity: 1; -webkit-transform: scale(1); transform: scale(1);  }

to { -webkit-transform: scale(1.05); transform: scale(1.05);}

}

@keyframes bgscale2 {

from { opacity: 1; -webkit-transform: scale(1); transform: scale(1);  }

to { -webkit-transform: scale(1.05); transform: scale(1.05);}

}





#s_fuwu{ background:#2a2a2a; overflow:hidden; position:relative; z-index:999; padding-bottom:60px;}

#s_fuwu ul li{ width:20%; height:172px; float:left; text-align:center; color:#fff; padding-top:40px; border:1px solid #555; margin-left:-1px; margin-top:-1px; position:relative; z-index:0;}

#s_fuwu ul li font{ display:inline-block; width:40px; height:40px;}

#s_fuwu ul li i{ display:block; width:25px; height:3px; background:#d49d6e; margin: 10px auto 0; transition:.3s;}

#s_fuwu ul li h5{ font-size:16px; margin-top:19px; margin-bottom:8px;}

#s_fuwu ul li .mask{width:0; height:100%; display:block; background:#d49d6e; opacity:0; position:absolute; right:0; top:0; transition:.7s; z-index:-1; text-align:center; line-height:172px; overflow:hidden; }

#s_fuwu ul li:hover font{  -webkit-animation: doudong 1s; -moz-animation: doudong 1s; animation: doudong 1s;}

#s_fuwu ul li .mask span{ font-size:120px; color:rgba(255,255,255,.08);}

#s_fuwu ul li:hover .mask{ width:100%; left:0; right:auto; opacity:1;}

#s_fuwu ul li:hover i{ background:#fff;}



.s_tt{ text-align:center; padding-top:75px; margin-bottom:30px;}

.s_tt h3{ font-size:22px;}

.s_tt span{ font-size:18px; text-transform:uppercase; font-family:arial; opacity:.65; display:block; margin-top:7px; margin-bottom:15px;}

.s_tt i{ display:block; width:25px; height:3px; background:#d49d6e; margin: 0 auto;}



#s_about{ text-align:center; background:#222; height:534px;}

#s_about .con{ font-size:14px; line-height:28px; color:#fff; color:rgba(255,255,255,.66); height:112px; overflow:hidden; margin-bottom:33px;}

#s_about ul{ margin-bottom:45px;}

#s_about ul li{ display:inline-block; width:246px; height:56px; line-height:56px; font-size:14px; color:#7a7a7e;}

#s_about ul li+li{ border-left:1px solid #4c4c4d;}

#s_about ul li span{ font-size:40px; color:#d49d6e; font-family: 'BEBAS'; margin-right:6px;}



.s_btn{ display:block; width:125px; height:30px; line-height:30px; margin:0 auto; background:#d49d6e; border-radius:15px; text-align:center; font-size:13px;}



#s_yewu{ background:#2a2a2a; height:188px;}

#s_yewu ul{  }

#s_yewu ul li{ width:300px; height:188px; padding:25px 0; text-align:center; float:left; position:relative; z-index:0;}

#s_yewu ul li:before{ content:""; width:0; height:100%; display:block; background:#d49d6e; position:absolute; top:0; right:0; transition:.7s; z-index:-1; }

#s_yewu ul li:hover:before{ width:100%; left:0; right:auto;}

#s_yewu ul li a{ width:300px; height:138px; border-left:1px solid #4a4a4a; display:table-cell; vertical-align:middle;}

#s_yewu ul li font{ display:block; text-align:center; padding-left:17px;}

#s_yewu ul li font img{ position:relative; z-index:9; display:inline-block;}

#s_yewu ul li font i{ display:inline-block; width:17px; height:17px; border-radius:50%; background:#d49d6e; position:relative; left:-13px; top:20px; transition:.3s;}

#s_yewu ul li:hover font i{ background:#fff;}

#s_yewu ul li h5{ margin-top:20px;}

#s_yewu .slick-list:after{ content:""; display:block; width:1px; height:138px; top:25px; right:0; position:absolute; background:#4a4a4a; }

#s_yewu .slick-arrow{ z-index:99; position:absolute; transform:translate(0,0); background-repeat:no-repeat; background-position:center;  display:block;width: 38px;height: 17px; transition:.3s; opacity:.6;}

#s_yewu .slick-prev{background-image:url(../images/s_yewu_left.png); left:-80px;}

#s_yewu .slick-next{background-image:url(../images/s_yewu_right.png); right:-80px; left:auto;}

#s_yewu .slick-arrow:hover{ opacity:.8; }

#s_yewu ul li:hover font{  -webkit-animation: doudong 1s; -moz-animation: doudong 1s; animation: doudong 1s;}



#s_zizhi{ height:500px; background:url(../images/zizhi_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover;}

.zizhi_slide{}

.zizhi_slide li{ padding:10px; text-align: center;}

.zizhi_slide li .img{ background:#fff; height:200px; padding:20px;}

.zizhi_slide li .img img{ display:inline-block;}

.zizhi_slide li p{ margin-top:18px; font-size:15px; color:#fff;}

.zizhi_slide .slick-arrow{ z-index:99; position:absolute; top:85px; transform:translate(0,0); background-repeat:no-repeat; background-position:center;  display:block;width: 38px;height: 38px; transition:.3s; opacity:.6;}

.zizhi_slide .slick-prev{background-image:url(../images/s_zizhi_left.png); left:-80px;}

.zizhi_slide .slick-next{background-image:url(../images/s_zizhi_right.png); right:-80px; left:auto;}

.zizhi_slide .slick-arrow:hover{ opacity:.8; }



#s_case{ padding-bottom:58px;}

#s_case .hd{ text-align:center; margin:0 47px; margin-bottom:35px; margin-top:40px;}

#s_case .hd li{ display:inline-block; width:170px; height:40px; text-align:center; line-height:38px; border-radius:20px; border:1px solid #b4b5b8; margin:0 4px; font-size:15px; color:#d2d2d2; cursor:pointer; overflow:hidden; position:relative; transition:.4s;}

#s_case .hd li:before{

	display: block;

	position: absolute;

	left: 0px;

	top: 0px;

	height: 0px;

	width: 100%;

	z-index: -1;

	content: '';

	color: #000 !important;

	background: #d49d6e;

	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}

#s_case .hd li:hover{ border:1px solid #d49d6e; color:#fff;}

#s_case .hd li:hover:before {

	bottom: 0%;

	top: auto;

	height: 100%;

}

#s_case .hd li a{}

#s_case .hd li.slick-current{ background:#d49d6e; border:1px solid #d49d6e; color:#fff; }

#s_case .hd .slick-arrow{ z-index:99; position:absolute; transform:translate(0,0); margin-top: -4px; background-repeat:no-repeat; background-position:center;  display:block;width: 18px;height: 8px; transition:.3s; opacity:.6;}

#s_case .hd .slick-prev{background-image:url(../images/s_case_left.png); left:-47px;}

#s_case .hd .slick-next{background-image:url(../images/s_case_right.png); right:-47px; left:auto;}

#s_case .hd .slick-arrow:hover{ opacity:.8; }



#s_case .bd{ margin-right:-15px;}

#s_case .bd li{ cursor:pointer; float:left; margin-right:15px; margin-bottom:15px;}

#s_case .bd li .a{ position:relative; width:390px; height:260px; border:1px solid #47484a;}

#s_case .bd li .img{  width:100%; height:100%;  overflow:hidden;}

#s_case .bd li .img img{ width:100%; height:100%; display: block; }

#s_case .bd li .txt{ width:100%; height: 100%; background: rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; text-align: center; transition: all 0.35s; -webkit-transition: all 0.35s;-moz-transition: all 0.35s;}

#s_case .bd li .txt { opacity:0;-moz-opacity:0;-khtml-opacity:0;filter:alpha(opacity=0);}

#s_case .bd li .txt h5{ display:block; font-size: 16px; color: #fff; white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}

#s_case .bd li .txt h5:after{ content:"";; display:block; width:16px; height:2px; background:#fff; margin:0 auto; margin-top:10px;}

#s_case .bd li .txt span{font-size:13px; color:#fff; opacity:.7;  display: block; margin-top:14px;}

#s_case .bd li:hover .txt{ opacity:1;-moz-opacity:1;-khtml-opacity: 1;filter:alpha(opacity=100);}





#s_case .slick-slider .slick-track, .slick-slider .slick-list{ transform:none;}

.more_case{ text-align:center; margin-top:25px;}

.more_case a{ display:inline-block; border:#6a6a6b 1px solid; padding:9px 18px; transition:.3s;}

.more_case a i{ display: block; float:left; width:5px; height:4px; position:relative; margin:2px 1.5px;background:#fff; transition:.3s; }

.more_case:hover a{ border:#d49d6e 1px solid;}

.more_case:hover a i{background:#d49d6e; }



.tc{transition:all ease 300ms; position: fixed; width: 100%; height: 100%; overflow: auto;  top: 0; left: 0; z-index:999999999; visibility:hidden;}

.tc{ pointer-events: none;  filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity:0;   opacity:0;transform:scale(1.1); visibility:visible; }

.tc.act{ filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;   pointer-events: auto;transform:scale(1); }

.tc-box{ margin: 0 auto;

    box-sizing: border-box;

    display: block;

    position: relative;

    z-index: 1;

}

.tc_case {

    width: calc(100vw - 3px); overflow:hidden;

    min-height: 420px;

    padding-bottom:70px;

}

.tc .tc_close{ position: absolute; cursor:pointer; font-size: 20px; right: 50px; top: 10px; z-index:999; background:url(../images/close.png) center no-repeat; width:37px; height:37px;}

.tc_bg{ height: 100%; background:#1c1c1e; background:rgba(0,0,0,.88); position: absolute; top: 0; left: 0; width: 100%; }

.tc_txt{ height:470px; overflow-y:auto; padding-right:30px;}

.tc .close:hover{ transform:rotate(180deg);}

.tc .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } 

.tc_box video{ max-width:100%;}

 video { width: 100%;}

.plyr--ready { height: 100%;}

.plyr__video-wrapper{/* border:8px solid #59595b; */box-sizing:border-box; margin-bottom:30px;}

.play{ width:50px; height:50px; background:url(../images/icon_play.png);}

.tc .item{ overflow:hidden; } 

.tc .tc_slide{ border-radius:5px;}

h5#tc_title{ display:none;}

/*.tc .tc_slide:before{ content:""; width:68px; height:61px; display:block; background:url(../images/case_fdj.png) center no-repeat; cursor:pointer; position:absolute; right:-3px; top:0px; z-index:999; pointer-events: none; opacity:0; transition:.5s;}

.tc .tc_slide:hover:before{ opacity:1;}*/

.tc .item img{box-sizing:border-box; margin:0 auto; cursor:pointer; width: 55%;}

.tc-box{ text-align:center; color:#9d9ea0;}

.j_tab{ position:relative;}

.tc-box h5{ font-size:22px; color:#c8c8c8; margin-bottom:40px;}

.tc-box p{ line-height:28px; font-size:14px; text-align:justify; color:#9d9ea0; margin-top:-20px;}

.tc_t{ height:80%; overflow-y:auto;}



.tc_slide .slick-arrow{ z-index:99; position:absolute; top:50%; margin-top:-22px; transform:translate(0,0); background-repeat:no-repeat; background-position:center;  display:block;width:44px;height: 44px; transition:.3s; opacity:.6;}

.tc_slide .slick-prev{background-image:url(../images/s_tc_left.png); left:50px;}

.tc_slide .slick-next{background-image:url(../images/s_tc_right.png); right:50px; left:auto;}

.tc_slide .slick-arrow:hover{ opacity:.8; }



#tc_content{ width:900px; margin:0 auto;}

.zoom_ex3{display: table-cell;

    width: 100vw;

    height: 100vh;

    vertical-align: middle;}



/*视频详情*/

.n_shipin_xq { margin-top:10px;}

#my-video{ margin:0 auto; box-sizing: content-box; width:520px; height:313px; border:3px solid #fff; border-radius:5px;}

#my-video .vjs-big-play-button {

    height:66px;

    width: 66px; background:url(../images/play.png) center no-repeat;

    position: absolute;

    top: 50%;

    left: 50%; margin-left:-33px; margin-top:-33px;

    padding: 0;

    cursor: pointer;

    opacity: 1;

    border-radius: 100%;

    transition: all .4s; border:0;

}

.vjs-big-play-button span.vjs-icon-placeholder:before{ content:none !important;}

#my-video .vjs-big-play-button:focus,#my-video:hover .vjs-big-play-button {

    border-color: #fff; border:0;

    background-color: transparent;

    transition: all 0s;

}





#s_liucheng{ background:#2a2a2a; padding-bottom:60px;}

#s_liucheng .s_tt span{ font-size:14px; color:#adadad; font-family:"微软雅黑";}

#s_liucheng .yuandian:before{ content:""; position:absolute; left:0; width:10px; height:10px; border:#e5e5e5 1px solid; border-radius:50%; background:#fff; top:250px; z-index:1}

#s_liucheng .yuandian:after{ content:""; position:absolute; right:0; width:10px; height:10px; border:#e5e5e5 1px solid; border-radius:50%; background:#fff; top:250px; z-index:1}

#s_liucheng .m:hover .yuandian:before{ border:#c59368 1px solid;}

#s_liucheng .m:hover .yuandian:after{ border:#c59368 1px solid; transition-delay:4s}

#s_liucheng .m{ position:relative;}

#s_liucheng .m:before {

    content: "";

    position: absolute;

    left: 0;

    top: 255px;

    width: 100%;

    height: 1px;

    border-bottom: #e5e5e5 1px solid;

    z-index: 0;

}



#s_liucheng .m:after{content:"";position:absolute;right:0;top:255px;width:0;height:1px;border-bottom:#d49d6e 1px solid;z-index:0;-moz-transition: all 4s ease-in-out;-webkit-transition: all 4s ease-in-out;-o-transition: all 4s ease-in-out;-ms-transition: all 4s ease-in-out;transition: all 4s ease-in-out; z-index:0}

#s_liucheng .m:hover:after{ left:0; width:100%;}



#s_liucheng ul{font-size:0;overflow:hidden;text-align:center;position:relative;z-index:1;padding: 0 15px;}

#s_liucheng ul li{width: 195px;display:inline-block; *display:inline; *zoom:1;text-align:center;position:relative;}

#s_liucheng ul li .yuan{ position:absolute; background:url(../images/banyuan.png) center no-repeat; width:160px; height:159px; left:50%; margin-left:-80px; top:0; mix-blend-mode: multiply; }

#s_liucheng ul li .yuan01{ position:absolute; background:url(../images/banyuan.png) center no-repeat; width:160px; height:50px; left:50%; margin-left:-80px; bottom:0; mix-blend-mode: multiply; }

#s_liucheng ul li .img{width: 160px;height: 160px;line-height: 158px;display: inline-block;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;position:  relative;z-index: 10;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out; } 

#s_liucheng ul li .img img{-webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray;  filter:alpha(opacity=70); opacity:0.7; -moz-opacity:0.7; -khtml-opacity:0.7; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out}

#s_liucheng ul li:hover .img img{-webkit-filter:grayscale(0); -moz-filter:grayscale(0); -ms-filter:grayscale(0); -o-filter:grayscale(0); filter:grayscale(0); filter:none; filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1; -webkit-animation: doudong 1s; -moz-animation: doudong 1s; animation: doudong 1s;}



#s_liucheng ul li span{position:absolute;left: 50%;margin-left: -45px;top: 132px;display:inline-block;width: 90px;height: 35px;line-height: 35px;font-size: 30px;color: #fff;z-index: 100;text-align: center;text-transform:uppercase;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;font-family: '苹方';margin-top: -19px;}

#s_liucheng ul li h4{font-size: 16px;color: #fff;margin: 0 0 12px;}

#s_liucheng ul li h5{font-size: 14px;color: #8b8b8e;text-transform:  uppercase;line-height: 22px;}

#s_liucheng ul li:hover h4,#s_liucheng ul li:hover span{ color:#c59368}

@keyframes doudong {

    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }

    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}



#s_news{ height:670px; background:url(../images/news_bg.jpg) center no-repeat;}

#s_news ul{ margin:0 -15px; overflow:hidden; margin-bottom:50px;}

#s_news ul li{ width:33.33%; float:left; padding:0 15px;}

#s_news ul li a{ display:block; background:#222222; padding:40px; transition:.5s;}

#s_news ul li .txt{ height:73px; border-bottom:1px solid #e3e5e8; margin-bottom:20px; transition:.5s;}

#s_news ul li h5{ font-size:16px; margin-bottom:13px; color:#fff; transition:.5s;}

#s_news ul li span{ font-size:12px; color:#a4a4a4; transition:.5s;}

#s_news ul li .img{ width:300px; height:175px; overflow: hidden;}

#s_news ul li .img img{ transition:.5s;}

#s_news ul li .img img1{-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */

    filter: grayscale(100%); transition:.5s;}

#s_news ul li a:hover{ background:#fff; }

#s_news ul li a:hover .txt{ border-bottom:1px solid #e3e5e8; }

#s_news ul li a:hover h5{ color:#393939;}

#s_news ul li a:hover span{ color:#6e6e6e;}

#s_news ul li a:hover .img img{-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */

    filter: grayscale(0%);}

#s_news .s_btn{ display:block; width:165px; height:35px; line-height:35px; margin:0 auto; background:#d49d6e; border-radius:20px; text-align:center; font-size:13px;}





#s_kehu{ overflow:hidden; padding-bottom:60px;}

#s_kehu ul{}

#s_kehu ul li{}

#s_kehu ul li a{ display:block; height:170px; width:580px;}

#s_kehu ul li .txt{ width:400px; height:100%; background:url(../images/coop_bg.jpg) left center no-repeat #fff; float:left; padding:25px 20px; text-align:justify; transition:.3s;}

#s_kehu ul li .txt p{ font-size:14px; line-height:30px; height:120px; overflow:hidden;}

#s_kehu ul li .pic{ float: left; width:180px; height:100%; background:#fff; text-align:center; display:table;}

#s_kehu ul li .img{ width:151px; height:83px; margin-top:44px; margin-left:15px; text-align:center; vertical-align:middle; display:table-cell; background:url(../images/s_kehu_logo_bg.png) center no-repeat; transition:.3s;}

#s_kehu ul li .img img{ max-width:100%; max-height:100%; display:inline-block;}

#s_kehu ul li:hover .txt{ background:url(../images/coop_bg_on.jpg) left center no-repeat #fff;}

#s_kehu ul li:hover .img{ background:url(../images/s_kehu_logo_bg_on.png) center no-repeat;}



#s_kehu .slick-arrow{ z-index:99; position:absolute; transform:translate(0,0); background-repeat:no-repeat; background-position:center;  display:block;width: 38px;height: 17px; transition:.3s; opacity:.6;}

#s_kehu .slick-prev{background-image:url(../images/s_yewu_left.png); left:-80px;}

#s_kehu .slick-next{background-image:url(../images/s_yewu_right.png); right:-80px; left:auto;}

#s_kehu .slick-arrow:hover{ opacity:.8; }





.foot #j_shart_s_24 .bds_qzone{background:url(../images/j_shart2.png) center -224px no-repeat}

.foot #j_shart_s_24 .bds_tsina{background:url(../images/j_shart2.png) -35px 0px no-repeat}

.foot #j_shart_s_24 .bds_tqq{background:url(../images/j_shart2.png) 0px 0px no-repeat}

.foot #j_shart_s_24 .bds_renren{background:url(../images/j_shart2.png) center -340px no-repeat}

.foot #j_shart_s_24 .bds_weixin{background:url(../images/j_shart2.png) -73px 0px no-repeat}

.foot #j_shart_s_24 .bds_sqq{background:url(../images/j_shart2.png) 0px 0px no-repeat}

.foot #j_shart_s_24 .bds_fbook{background:url(../images/j_shart2.png) center -166px no-repeat}

.foot #j_shart_s_24 .bds_twi{background:url(../images/j_shart2.png) center -137px no-repeat}

.foot #j_shart_s_24 .bds_linkedin{background:url(../images/j_shart2.png) center -108px no-repeat}

.foot #j_shart_s_24 .bds_tieba{background:url(../images/j_shart2.png) center -253px no-repeat}

.foot #j_shart_s_24 .bds_huaban{background:url(../images/j_shart2.png) center -253px no-repeat}

.foot #j_shart_s_24 .bds_douban{background:url(../images/j_shart2.png) center -253px no-repeat}

.foot #j_shart_s_24 .bds_copy{background:url(../images/j_shart2.png) center -253px no-repeat}

.foot #j_shart_s_24 .bds_print{background:url(../images/j_shart2.png) center -253px no-repeat}

.foot #j_shart_s_24 .bds_mshare{background:url(../images/j_shart2.png) center -253px no-repeat}







/*foot*/

.footer{ background:#444; padding-bottom:67px; border-top:1px solid #393939;}

.link{ padding:30px 0; background:#303031; }

.link .m{ position:relative; padding-left:80px;}

.link h3{ font-size:14px; color:#fff; position:absolute; left:0; line-height: 30px;}

.link .con{ line-height:30px;}

.link .con a{ font-size:13px; color:#666666; padding:0 13px; line-height:30px; transition:.3s; position:relative;}

.link .con a+a:after{ content:""; width:1px; height:12px; background:#666; display: inline-block; position:absolute; left:0; top:1px;}

.link .con a:hover{ color:#fff;}



.foot{ background:#222222; position:relative; padding:43px 0 0;}

.foot .container{ position:relative;}

.foot_nav{ float:right; }

.foot_nav h3{ font-size:14px; color:#fff; margin-bottom:20px;}

.foot_nav ul li{float:left; padding-left:56px;}

.foot_nav .list a{ display:block; font-size:12px; color:#97999d; line-height:30px; }

.foot_logo{ text-align:left; width:347px; border-right:1px solid #434343;}

.foot_logo .txt { font-size:12px; color:#a0a6ab; line-height:20px;}

.foot_logo .txt *{ display:inline-block; font-size:12px; color:#a0a6ab; line-height:20px;}

.foot .social-share-block {

margin: 28px 0 8px; }

.foot .social-share-block li {

display: inline-block; width:36px; height:36px; border:1px solid #546270; border-radius:50%;

vertical-align: middle; text-align:center;

margin-right: 8px; }

.foot .social-share-block li a {

display: table-cell; width:34px; height:34px;vertical-align: middle;

 }

.foot .social-share-block li a img{ opacity:.4;-webkit-transition: ease 0.3s;

-moz-transition: ease 0.3s;

-ms-transition: ease 0.3s;

-o-transition: ease 0.3s;

transition: ease 0.3s;}

.foot .social-share-block li a:hover img {

  opacity: 0.7; }

.foot .social-share-block li:last-of-type {

margin-right: 0; }

.foot_lianxi{ float:left;}

.foot_lianxi h3{ font-size:16px; color:#fff; margin-bottom:20px;}

.foot_lianxi ul{ margin-bottom:10px;}

.foot_lianxi ul li{ position:relative; font-size:13px; color:#919396; line-height:24px; }

.foot_lianxi ul li span{ position:absolute; left:0; top:0; display:block; line-height:22px; width:25px;}



.foot a:hover{ color:#fff;}

.foot a{ transform:.3s;}



.foot_bot{ padding:23px 0; line-height:30px; background:#38383a; text-align:center; font-size:12px; color:#8f929a; margin-top:60px;}

.foot_bot *{ display:inline-block; font-size:12px; color:#8f929a;}

#gotop{ position:fixed; z-index:90; bottom:80px; right:80px; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:45px; height:45px;}

#gotop { cursor: pointer; }

.aico { background: url(../images/aicos.png);}	

.dt-arrow .aico { position: absolute; left: 0; top: 0; background-position: -54px -120px; width: 37px; height: 19px; animation: hide-dt-f 3s infinite; }

.dt-arrow { position: relative; width: 37px; height: 44px; }

.dt-arrow:before { content: ""; position: absolute; left: 18px; top: 0; bottom: 0; width: 1px; background: #a0a0a0; }

@keyframes hide-dt-f{

	0%{ opacity: 1; transform: translateY(-10px); }

	100%{ opacity: 0; transform: translateY(-150%); }

}



.foot_search{}

.foot_search p{ font-size:12px; color:#b3b0b0; line-height:24px; padding-top:8px;}

.foot_search form{ font-size:0; margin-left:18px;}

.foot_search form input{ width:315px; height:55px; color:#666; padding:0 20px; font-size:14px;}

.foot_search form button{ width:88px; height:55px; line-height:55px; background:#d49d6e; color:#fff; color:#fff; font-size:14px;}



.foot_top{ border-bottom:1px solid #434343; overflow:hidden; padding-bottom:56px; margin-bottom:45px;}













/* 主体开始*/

a{ color:inherit;}



/*foot*/



/*内页*/



.ar_article{ font-size:14px; color:#afafb2; line-height:30px; }

.ar_article p{  font-size:14px; color:#afafb2; line-height:30px; padding-bottom:1rem; margin:0;}	

.ar_article strong{ font-weight:bold;}

.ar_article td,.ar_article th{padding:5px 15px; border: 1px solid #c6c5c5; text-align: center;}

.ar_article td p,.ar_article th p{ padding-bottom:0; margin-bottom:0; text-align: inherit;}

.ar_article img{ max-width:100%;}

.ar_article a{ color:#8e8e90;}

.ar_article ul li,

.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem;}

.ar_article ul li p,

.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }

.ar_article ul,

.ar_article ol{ margin-bottom:15px;}



/*内页banner*/





.ny_banner {width:100%;height: 375px;}





.n_nav_box{height: 55px; position:relative; background:#303031; margin-bottom:52px;}

.n_nav_box .m{ position:relative;}

.n_nav{ position:relative; }

.n_nav a{display:inline-block;width: 121px;height: 55px; float:left;line-height: 55px; text-align: center;margin-left: -1px;box-sizing: border-box;position: relative; color: #cfcfd1; font-size:14px; position:relative;}

.n_nav a+a:before{ content:""; width:1px; height:30px; background:#626262; background: rgba(255,255,255,.2); display:block; position:absolute; left:0; top:13px;}

.n_nav .on,.n_nav a:hover{background: #d49d6e;color: #fff;}

.position{position:absolute;height: 40px;line-height: 40px;right:0px; color: #9e9e9f;padding-left: 19px;font-size: 12px;background: url(../images/home_icon.png) left 13px no-repeat;}

.position span, .position a, .position i{font-size:12px;color: #9e9e9f; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}

.position i{padding: 0px 10px;font-style:normal; background: url(../images/sj_icon.png) no-repeat center;}

.position i img{vertical-align:middle;margin-top: -2px;}

.position em{font-size:12px;color: #d49d6e;font-style: normal;}

.position a:hover{color: #d49d6e;}





#n_about{ padding-bottom:75px;}







/*==============分页=====================*/

.j_pages { text-align: center; margin-bottom:55px; }

.j_pages .box{display: inline-block; color:#919191; font-size:14px;  }

.j_pages .box li{display: inline-block;}

.j_pages a,.j_pages input,.j_pages button{ height:40px; padding:0 12px; min-width:40px; line-height:40px; text-align:center; display:inline-block; background:#4b4b4c; margin-right:5px; color:#919191; font-size:14px; font-family:arial; overflow:hidden; float:left; transition:.3s; border:0; }

.j_pages .on{ color:#d49d6e !important; font-weight:bold;}

.j_pages .page-active a{ color:#d49d6e !important; font-weight:bold;}

.j_pages a:hover,.j_pages button:hover{ color:#d49d6e !important; font-weight:bold;}

.j_pages span{ line-height:40px; float: left; margin:0 8px;}

.j_pages input{ width: 50px;}

.j_pages button{ width:65px; cursor:pointer;}



.n_title{ text-align:center;}

.n_title span{ font-size:24px; color:#fff; font-family:arial; text-transform: uppercase;}

.n_title h3{ font-size:22px; margin-bottom:52px; margin-top:9px;}





/*荣誉资质*/

#n_zizhi{ padding-bottom:40px;}

#n_zizhi ul{ margin:0 -15px; margin-top:-15px;}

#n_zizhi ul li{float:left; width:380px; height:265px; background:#383839; border:1px solid #48494a; margin:15px; position:relative; }

#n_zizhi ul li .img_box{ width:248px; height:175px; margin:0 auto; margin-top:24px; position:relative;transition:all ease 300ms; -webkit-transition:all ease 300ms;}

#n_zizhi ul li img{ max-width:100%; max-height:100%; display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%);}

#n_zizhi ul li:hover{  box-shadow:0 5px 30px 0 rgba(0,0,0,.3);}

#n_zizhi ul li p{ text-align:center; margin-top:18px; font-size:15px; color:#afafb2;}

#n_zizhi ul li p:hover{ }



#n_news{ padding-bottom:50px;}

#n_news ul{ margin:0 -15px;}

#n_news ul li{ width:381px; height:415px; margin:0 14px; margin-bottom:40px; float:left;}

#n_news ul li a{ width:381px; height:415px; background:#464648; transition:.7s; display:block;}

#n_news ul li .img{ width:100%; height:220px;}

#n_news ul li .img img{ width:100%; height:100%; transition:1s;}

#n_news ul li:hover .img img{ transform:scale(1.1);}

#n_news ul li .txt{ padding:35px 30px;}

#n_news ul li .txt h5{ font-size:18px; margin-bottom:15px;}

#n_news ul li .txt p{ font-size:12px; color:#8e8e92; line-height:22px; margin-bottom:20px;}

#n_news ul li .txt span.time{ font-size:12px; color:#8e8e92; padding-left:20px; background:url(../images/time.png) left center no-repeat; height:20px; line-height:22px; display:block;}

#n_news ul li:hover a{  box-shadow:0 5px 30px 0 rgba(0,0,0,.3);}



/*=================联系我们======================*/





#n_join{ padding-bottom:50px;}

#n_join .fl{ width:319px; float:left;}

#n_join .fr{ width:840px; float:right;}



#n_join #list_slide{  position:relative; }

#n_join #list_slide dl{ background:#464648; position: relative; margin-bottom:11px; }

#n_join #list_slide dt{ position:relative; cursor:pointer; height:55px; transition:.5s; }

#n_join #list_slide dt.on{ background:#d49d6e;}

#n_join #list_slide dt h1{  color:#afaeb3; padding-left:32px; font-size:15px; line-height:53px; background:url(../images/ico_s.png) right center no-repeat;  display:block; margin-right:32px;}

#n_join #list_slide dt.on h1{ color:#fff;}

#n_join #list_slide dd{ display:none; line-height:24px;  padding: 0px 32px; padding-bottom:15px;}

#n_join #list_slide dd p{  margin-bottom:0;}

#n_join #list_slide dd p:last-child{ padding-bottom:0;}

#n_join #list_slide dd .content{ padding:25px 0 15px 0px;}

#n_join #list_slide dd .content { color:#afaeb3; font-size:14px; line-height:28px;}

#n_join #list_slide dd .content *{ color:#afaeb3; font-size:14px; line-height:28px;}

#n_join #list_slide dd .content p{ margin-bottom:20px;}

#n_join #list_slide dt.on h1{ background:url(../images/ico_s_on.png) right center no-repeat ;  }



#n_join #list_slide .info{ overflow:hidden;}

#n_join #list_slide .info&gt;p{ float:left; width:600px;}

#n_join #list_slide .info span{ display:inline-block;}

#n_join #list_slide .info a.btn{ width:100px; height:34px; text-align:center; line-height:34px; color:#fff; font-size:13px; border-radius:3px; float:right; background:#e00025;}

#n_join #list_slide .info a.btn:hover{ background:#d00022;}





#n_case{ padding-bottom:40px;}

#n_case ul{ margin-right:-15px;}

#n_case li{ cursor:pointer; float:left; margin-right:15px; margin-bottom:15px;}

#n_case li .a{ position:relative; width:390px; height:260px; border:1px solid #47484a;}

#n_case li .img{  width:100%; height:100%; overflow:hidden;}

#n_case li .img img{ width:100%; height:100%; display: block; }

#n_case li .txt{  opacity:0;-moz-opacity:0;-khtml-opacity:0;filter:alpha(opacity=0); width:100%; height: 100%; background: rgba(0,0,0,0.7); position: absolute; left: 0; top: 0; text-align: center; transition: all 0.35s; -webkit-transition: all 0.35s;-moz-transition: all 0.35s;}

#n_case li:hover .txt { opacity:1;-moz-opacity:1;-khtml-opacity: 1;filter:alpha(opacity=100);}

#n_case li .txt h5{ display:block; font-size: 16px; color: #fff; white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}

#n_case li .txt h5:after{ content:"";; display:block; width:16px; height:2px; background:#fff; margin:0 auto; margin-top:10px;}

#n_case li .txt span{font-size:13px; color:#fff; opacity:.7;  display: block; margin-top:14px;}



.ar_title{ height:130px; border-bottom:1px solid #4b4b4c; margin-top:47px; margin-bottom:40px;}

.ar_title h3{ font-size:22px; color:#fff; margin-bottom:28px; height:40px; background:url(../images/tiao.jpg) left bottom no-repeat;}

.ar_title .time{ font-size:12px; color:#838385; margin-right:37px; float:left; line-height:36px; }

.ar_title .time img{ margin-right:5px; position:relative; top:-1px; opacity:.9;}





/*==============分享插件=====================*/

.shart_box{ display:inline-block; float:left; margin-top: -3px;}

.ar_title #j_shart_s_24 .fx{ position:relative; top:2px; cursor:pointer;}

.ar_title #j_shart_s_24 .bds_count{ font-size:12px;}

.ar_title #j_shart_s_24{ padding-left:27px; position:relative; width:0; white-space:nowrap; overflow:hidden; height:30px;}

.ar_title #j_shart_s_24:hover{ width:auto;}

.ar_title #j_shart_s_24 strong{ display:block; position:absolute; left:0; z-index:2; line-height:36px; font-size:12px; color: #a3a0a9; font-weight:normal;}

.ar_title #j_shart_s_24 .bds_qzone{background:url(../images/j_shart.png) center -224px no-repeat}

.ar_title #j_shart_s_24 .bds_tsina{background:url(../images/j_shart.png) center -311px no-repeat}

.ar_title #j_shart_s_24 .bds_tqq{background:url(../images/j_shart.png) center -195px no-repeat}

.ar_title #j_shart_s_24 .bds_renren{background:url(../images/j_shart.png) center -340px no-repeat}

.ar_title #j_shart_s_24 .bds_weixin{background:url(../images/j_shart.png) center -253px no-repeat}

.ar_title #j_shart_s_24 .bds_sqq{background:url(../images/j_shart.png) center -79px no-repeat}

.ar_title #j_shart_s_24 .bds_fbook{background:url(../images/j_shart.png) center -166px no-repeat}

.ar_title #j_shart_s_24 .bds_twi{background:url(../images/j_shart.png) center -137px no-repeat}

.ar_title #j_shart_s_24 .bds_linkedin{background:url(../images/j_shart.png) center -108px no-repeat}

.ar_title #j_shart_s_24 .bds_tieba{background:url(../images/j_shart.png) center -253px no-repeat}

.ar_title #j_shart_s_24 .bds_huaban{background:url(../images/j_shart.png) center -253px no-repeat}

.ar_title #j_shart_s_24 .bds_douban{background:url(../images/j_shart.png) center -253px no-repeat}

.ar_title #j_shart_s_24 .bds_copy{background:url(../images/j_shart.png) center -253px no-repeat}

.ar_title #j_shart_s_24 .bds_print{background:url(../images/j_shart.png) center -253px no-repeat}

.ar_title #j_shart_s_24 .bds_mshare{background:url(../images/j_shart.png) center -253px no-repeat}

.ar_title #j_shart_s_24 .bds_count{font-size:12px}





#n_news_xq{ padding-bottom:50px;}

#n_news_xq .left_con{ width:807px; float:left;}

#n_news_xq .right_con{ width:334px; float:right;}



.news_tuijian{ border:1px solid #414141;}

.news_tuijian .tt{ height:50px; line-height:50px; color:#fff; background:#d49d6e; padding:0 30px;}

.news_tuijian .tt span{ float:right; font-size:30px;}

.news_tuijian .tt span img{ position:relative; top:-3px;}

.news_tuijian ul{ padding:0 30px;}

.news_tuijian ul li{ border-bottom:1px dashed #404040;}

.news_tuijian ul li a{ padding:15px 0; display:block;}

.news_tuijian ul li h5{ font-size:14px; color:#e8e8e8; transition:.5s;}

.news_tuijian ul li span{ font-size:12px; color:#9a9a9c; font-family:arial; display: block; margin:13px 0;}

.news_tuijian ul li p{ font-size:12px; color:#7b7b7e; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.news_tuijian ul li:hover h5{ color:#d49d6e;}

.case_tuijian{ width:334px; height:181px; overflow:hidden; position:relative; margin-top:20px;}

.case_tuijian img{ width:100%; height:100%; transition:1s;}

.case_tuijian:hover img{ transform:scale(1.1);}

.case_tuijian .txt{ position:absolute; top:0; left:0; padding-top:66px; padding-left:53px;}

.case_tuijian .txt h5{ font-size:15px; color:#545353;}

.case_tuijian .txt span{ font-size:12px; color:#abaab0; font-family:arial; text-transform:uppercase;}

.case_tuijian .txt i{ display:block; height:2px; width:15px; background:#d49d6e; margin-top:15px;}





#n_yewu{ padding-bottom:70px;}

.n_nav2{ height:200px;}

.n_nav2 ul{ font-size:0;}

.n_nav2 ul li{ width:25%; display:inline-block; text-align:center;}

.n_nav2 ul li .img{ height:115px; width:115px; border-radius:50%; display: block; margin:0 auto; position:relative; z-index:0; overflow:visible;}

.n_nav2 ul li .img span{ width:100%; height:100%; border-radius:50%; display:block; }

.n_nav2 ul li .img:before{ content:""; width:100%; height:100%; border-radius:50%; display:block; position:absolute; left:0; top:0; background:#4b4b4c; z-index:-1; transition:.5s;}

.n_nav2 ul li .img:after{ content:""; width:100%; height:100%; border-radius:50%; display:block; position:absolute; left:0; top:0; opacity:.35; background:#4b4b4c; transform:scale(1.2); z-index:-1; transition:.5s;}

.n_nav2 ul li:hover .img:before,.n_nav2 ul li.on .img:before{ transform:scale(1.2); opacity:.35; background:#d49d6e; }

.n_nav2 ul li:hover .img:after,.n_nav2 ul li.on .img:after{ transform:scale(1); opacity:1; background:#d49d6e; }

.n_nav2 ul li i{width:9px;height:9px; display:block; margin:0 auto; margin-top:22px; margin-bottom:19px; border-radius:50%; border:2px solid #474748; background:#303031; transition:.5s;}

.n_nav2 ul li:hover i,.n_nav2 ul li.on i{ border:2px solid #d49d6e;}

.n_nav2 ul li h3{ font-size:16px; color:#d2d2d5;}



.n_nav_box2 { margin-top:60px; position:relative; margin-bottom:70px;}

.n_nav_box2:before{ content:""; display:block; width:100%; height:1px; background:#4f4f50; position:absolute; left:0; bottom:58px;}





/*联系*/



@media (max-width:1920px){html{font-size:16px;}}

@media (min-width:1400px) and (max-width:1600px){html{font-size:13px;}}

@media (min-width:640px) and (max-width:1399px){html{font-size:12px;}}

@media (min-width:471px) and (max-width:639px){html{font-size:12px;}}

@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}

@media (max-width:328px){html{font-size:12px;}}



.banner_box{ overflow: hidden;}

.n_banner05{ position:relative}

.n_banner05 .layui-container01,.n_banner05 .layui-row,.n_banner05 .layui-col-xs12{ height:100%}

.n_banner05 dl,.n_banner05 dl dt,.n_banner05 dl dd{ height:100%; overflow:hidden}

.n_banner05 dl dt,.n_banner05 dl dd{ float:left; width:20%; border-right:rgba(255,255,255,0.2) 1px solid}

.n_banner05 dl dt .j_tab_cel{ text-align:left}



.n_banner05 dl dt h3{ font-size:1.875rem; color:#fff; margin:0 0 1.875rem; text-transform:uppercase; font-weight:bold;}

.n_banner05 dl dt h6{ font-size:1.25rem; line-height:1.5rem; color:#fff; text-transform:uppercase; margin-top:35px; margin-bottom:16px;}

.n_banner05 dl dt h2{ font-size:3.125rem; color:#fff; font-weight:bold; }





.n_banner05 dl dd h3{ height:4.5rem; line-height:4.5rem}

.n_banner05 dl dd h4{ font-size:1.5rem; color:#fff; text-transform:uppercase; font-weight:bold;}

.n_banner05 dl dd h2{ font-size:1.7rem; font-weight:bold; color:#fff; line-height: 35px;}

.n_banner05 dl dd h5 span{ font-size:1.25rem; color:#fff; text-transform:uppercase; font-family:arial;}

.n_banner05 dl dd h5{ font-size:1rem;}



.n_banner05 dl dd h6{ font-size:20px; color:#fff; text-transform:uppercase; margin-bottom:16px; margin-top:35px;}

.n_banner05 dl dd h5 a{ font-size:0.875rem; color:#fff; text-decoration:underline}

.n_banner05 dl dd ul{ font-size:0}

.n_banner05 dl dd ul li{ display:inline-block; *display:inline; *zoom:1; margin:0 1.25rem; }

.n_banner05 dl dd ul li h5{ font-size:0.875rem; margin-top:0.25rem; color:#fff;}



.n_banner05 dl dd .con{  position:relative; padding-bottom:20px; transition:.5s;}

.n_banner05 dl dd{ position:relative}

.n_banner05 dl dd:before{ content:""; position:absolute; right:0; top:0; width:0; height:100%; -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}

.n_banner05 dl dd:before{background:rgba(212,157,110,0.6);}



.n_banner05 dl dd:hover:before{ left:0; width:100%}



#n_lianxi .ewm{ width:7.6rem; display:inline-block; margin:0 .9rem; text-align:center; font-size:1rem; color:#fff; padding-top:30px;}

#n_lianxi .ewm img{ width:7.6rem; height:7.6rem; border:3px solid #ffffff; margin-top:20px;}



.ico_link{ position:absolute; left:50%; margin-left:-28px; bottom:-100px; opacity:0;}

.n_banner05 dl dd a{ }

.n_banner05 dl dd:hover a .con{ padding-bottom:140px;}

.n_banner05 dl dd:hover a .con .ico_link{ opacity:1;}



#n_liucheng{ padding-bottom:60px;}

#n_liucheng ul{position:relative;padding-top:30px;margin-top: 60px;}

#n_liucheng ul:before{ content:""; width:2px; height:calc(100% - 100px); background:#555; display:block; position:absolute; top:0; left:50%; margin-left:-1px;}

#n_liucheng ul:after{content:url(../images/n_liucheng_tt.png);position:absolute;top: -18px;left:50%;margin-left: -11px;}

#n_liucheng ul li{ position:relative; padding:16px 0;}

#n_liucheng ul li .ico{ width:50px; height:50px; display:block; border-radius:50%; background-color:#d49d6e; background-repeat:no-repeat; background-position:center; position:absolute; left:50%; margin-left:-25px; margin-top:0px;}

#n_liucheng ul li .ico:before{ content:""; display:block; border:6px solid transparent; border-left:13px solid #d49d6e; position:absolute; top:50%; margin-top:-6px; right:-18px;}

#n_liucheng ul li.li_1 .ico:before{ border-right:13px solid #d49d6e; border-left:6px solid transparent; left:-18px; right:auto;}

#n_liucheng ul li .txt{ width:353px; margin-left:173px; min-height:110px; text-align:right;}

#n_liucheng ul li.li_2 .txt{ margin-right:173px; margin-left:auto; text-align:left; font-size:14px; color:#c7c7c7; line-height:24px;}

#n_liucheng ul li .txt h5{ font-size:16px; color:#d49d6e; margin-bottom:15px;}

#n_liucheng ul li .txt p{ font-size:14px; color:#c7c7c7; line-height:24px;}



#n_wenhua{}

#n_wenhua .box1{ overflow:hidden; height:144px; border-bottom:1px solid #565657; margin-top:50px;}

#n_wenhua .box1 ul{}

#n_wenhua .box1 ul li{ width:20%; float:left; padding:0 22px; text-align: center; position:relative;}

#n_wenhua .box1 ul li .txt{ display:inline-block; text-align:left;}

#n_wenhua .box1 ul li:before{ content:""; width:1px; height:63px; background:#979797; display:block; position:absolute; left:0; top:18px;}

#n_wenhua .box1 ul li h5{ font-size:16px; color:#d49d6e; font-weight:bold; margin-bottom:10px;}

#n_wenhua .box1 ul li p{ font-size:14px; line-height:24px; height:72px; overflow:hidden; color:#c9c9c9;}



#n_wenhua .box2{ margin-top:40px; overflow:hidden;}

#n_wenhua .box2 ul{ margin-right:-15px;}

#n_wenhua .box2 ul li{ width:390px; height:345px; float:left; margin-right:15px; display: none;;}

#n_wenhua .box2 ul li img{ width:100%; height:100%;}



#n_jiagou{ padding-top:50px; margin-top:40px; background:url(../images/n_jiagou_line.png) center top no-repeat; padding-bottom:60px;}

#n_about ul{ margin-top:20px;}

#n_about ul li{ width:16.66666%; float:left; display: none;;}

#n_about ul li img{ width:100%;}



#n_youshi{}

#n_youshi ul{ margin-right:-20px; overflow:hidden; margin-bottom:54px;}

#n_youshi ul li{ width:285px; height:518px; margin-right:20px; float:left; background:#565657; text-align:center; padding:45px 26px;}

#n_youshi ul li .font{ display:block; width:65px; height:65px; border-radius:50%; margin:0 auto; background-color:#d49d6e; margin-bottom:29px; position:relative; z-index:0;  }

#n_youshi ul li font{ display:block; width:65px; height:65px; border-radius:50%; background-repeat:no-repeat; background-position:center;}

#n_youshi ul li .font:before{ content:""; position:absolute; width:100%; height:100%; position:absolute; top:0; left:0; border-radius:50%; background-color:#d49d6e; opacity:.2; z-index:-1; transition:.3s;}

#n_youshi ul li:hover .font:before{ transform:scale(1.3);}

#n_youshi ul li h5{ font-size:20px; color:#fff; margin-bottom:5px;}

#n_youshi ul li span{ font-size:18px; color:#898989; font-family:arial; display:block; margin-bottom:26px;}

#n_youshi ul li p{ font-size:14px; color:#dddddd; line-height:30px; text-align:justify;}





#n_coop{ padding-bottom:30px; overflow:hidden; padding-top:50px; padding-bottom:100px;}

#n_coop ul{ margin:0 -10px;  }

#n_coop ul li{ }

#n_coop ul li .item{ width:182px; height:74px; margin:0 auto; margin-bottom:20px;}

#n_coop ul li img{ width:100%; height:100%; }

#n_coop ul li:hover{ }

#n_coop ul li:hover img{ }

#n_coop .slick-arrow{ z-index:99; position:absolute; background-color:#565657; transform:translate(0,0); top:auto; bottom:-50px; background-repeat:no-repeat; background-position:center;  display:block; width: 93px;height: 50px; transition:.3s; }

#n_coop .slick-prev{background-image:url(../images/n_coop_left.png); left:505px; }

#n_coop .slick-next{background-image:url(../images/n_coop_right.png); right:505px; left:auto; }

#n_coop .slick-arrow:hover{ background-color:#d49d6e;}









input::-webkit-input-placeholder{color:#999; }

input::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#999;}

input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999;}

input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}/* WebKit browsers */

input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */

input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */

input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */

textarea::-webkit-input-placeholder{color:#999;}

textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#999;}

textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999;}

textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}/* WebKit browsers */

textarea:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */

textarea:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */

textarea:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */

textarea:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */

textarea::-webkit-scrollbar {width: 1px; }





#ar_fot{ position:relative; margin-top:10px; border-top:1px solid #666;}

#ar_fot h1{ display:block;  font-size:14px; color:#717578;  width:50%; float:left; text-overflow:ellipsis; white-space:nowrap; position:relative;}

#ar_fot h1.prev{ }

#ar_fot h1.next{ text-align:right;}

#ar_fot h1 a{ font-size:14px; color:#646464; line-height:72px; display:inline-block; width:100%; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

#ar_fot h1:before{ content:""; display:block; width:0; height:1px; background:#d49d6e; position:absolute; top:-1px; right:0; transition:.6s; -webkit-transition:.6s; z-index:1;}

#ar_fot h1:hover:before{ width:100%; left:0; right:auto;}



#galleryOverlay{ z-index:9999999999999999999999 !important;}



#gallerySlider .placeholder img{ min-height:700px;}



</pre></body></html>